Click or drag to resize

BandwidthCollection Properties

The BandwidthCollection type exposes the following members.

Properties
  NameDescription
Public propertyCount
Gets the number of elements in the BandwidthCollection.
Public propertyIsSynchronized
Gets a value indicating whether access to the BandwidthCollection is synchronized (thread-safe).
Public propertyItemInt32
Gets the value associated with the specified index. In C#, this property is the indexer for the BandwidthCollection class.
Public propertyItemString
Gets the value associated with the specified type. In C#, this property is the indexer for the BandwidthCollection class.
Public propertySyncRoot
Gets an object that can be used to synchronize access to the BandwidthCollection.
Public propertyTypes
Returns an array of all types.
Top
See Also